home *** CD-ROM | disk | FTP | other *** search
-
- RowsConditional: WOConditional {
- condition = doRows;
- };
-
- ColumnsConditional: WOConditional {
- condition = doColumns;
- };
-
- RowsFrameSet: WOGenericContainer {
- elementName = "frameset";
- rows = sizeString;
- };
-
- ColumnsFrameSet: WOGenericContainer {
- elementName = "frameset";
- cols = sizeString;
- };
-
- FrameOne: WOFrame {
- value = getPageOne;
- name = frameNameOne;
- };
-
- FrameTwo: WOFrame {
- value = getPageTwo;
- name = frameNameTwo;
- };
-